home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 132 (Alt)
/
Vol 132.iso
/
games
/
3d_hyper
/
3d_hyper.dcr
/
Scripts_50_Movement Timeout.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2011-06-09
|
257 b
|
11 lines
global gRacers, gMovementTime
on checkForMovement me
currTime = the milliSeconds
timePassed = currTime - gMovementTime
gMovementTime = the milliSeconds
repeat with i = 1 to gRacers.count
gRacers[i].checkNewMovement(timePassed)
end repeat
end